[Android] SocketException (The system call was cancelled)
Posted
by cat
on Stack Overflow
See other posts from Stack Overflow
or by cat
Published on 2010-04-06T11:11:12Z
Indexed on
2010/04/06
11:13 UTC
Read the original article
Hit count: 357
Hi. I am working on a android project and I need to connect the gPhone with the PC using UDP socket. The same operation, sending a message to from gPhone to the PC, returns different results in different time: Sometimes succeeded and sometimes throws a SocketExcepton(The system call was cancelled). Can anyone tell me what possibly results in this SocketException?
Thanks in advance!
© Stack Overflow or respective owner